/* REDEFINED TAGS */

body, td {
	font-family: 'Lucida Grande', 'Lucida sans', Verdana, sans-serif;
	font-size: 10px;
}

h1 {
	font-family: 'Lucida Grande', 'Lucida sans', Verdana, sans-serif;
	font-weight: bold;
	color: #CC3366;
	font-size: 14px;
	margin-top: 0px;
}

h2 {
	font-family: 'Lucida Grande', 'Lucida sans', Verdana, sans-serif;
	font-weight: bold;
	color: #CC3366;
	font-size: 12px;
}

a:link { color:#CC3366; text-decoration: none; }
a:visited {	color:#CC3366; text-decoration: none; }
a:hover { color:#CC3366; text-decoration: underline; }
a:active { color:#CC3366; text-decoration: none; }
a:focus { color:#CC3366; text-decoration: none; }

/* MENU */

.menu_cell {
	width: 108px; height: 128px;
	background-color: #FFFFFF;
	vertical-align: top;
}

.menu_link_cat_inactive { padding-left: 12px; padding-right: 12px; background-color: #FFFFFF }
.menu_link_cat_active  { padding-left: 12px; padding-right: 12px; background-color: #D1D1D1 }

.menu_link_cat_inactive a:link, .menu_link_active a:link { color: #666666; text-decoration: none; }
.menu_link_cat_inactive a:visited, .menu_link_active a:visited { color: #666666; text-decoration: none; }
.menu_link_cat_inactive a:hover, .menu_link_active a:hover { color: #666666; text-decoration: underline; }
.menu_link_cat_inactive a:active, .menu_link_active a:active { color: #666666; text-decoration: none; }
.menu_link_cat_inactive a:focus, .menu_link_active a:focus { color: #666666; text-decoration: none; }

.menu_link_msg_inactive { padding-left: 12px; padding-right: 12px; background-color: #FFFFFF }
.menu_link_msg_active  { padding-left: 12px; padding-right: 12px; background-color: #D1D1D1 }

.menu_link_msg_inactive a:link, .menu_link_active a:link { color: #CC3366; text-decoration: none; }
.menu_link_msg_inactive a:visited, .menu_link_active a:visited { color: #CC3366; text-decoration: none; }
.menu_link_msg_inactive a:hover, .menu_link_active a:hover { color: #CC3366; text-decoration: underline; }
.menu_link_msg_inactive a:active, .menu_link_active a:active { color: #CC3366; text-decoration: none; }
.menu_link_msg_inactive a:focus, .menu_link_active a:focus { color: #CC3366; text-decoration: none; }

/* FORMS */

.error_message {
	font-size: 13px;
	font-weight: bold;
	color: #DD9911;
}

.input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;	
}

.formfield_description {
	padding-right: 10px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100px;
}

.formfield_input {
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 600px;
}

/* EDITOR AREAS / LISTS / ETC. */

.editor_area_main {
	padding-left: 27px;
	height: 38px;
}

.editor_list_item_even {
	background-color: #ECECEC;
}

.editor_list_item_odd {
	background-color: #FFFFFF;
}

.editor_tableheader {
	font-family: 'Lucida Grande', 'Lucida sans', Verdana, sans-serif;
	font-size: 9px;
	color: #666666;
	border-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
}

/* CONTENT */

#wrapper {
  height: 100%;
  padding-left: 27px;
	padding-right: 27px;
}

#main-table {
  width: 788px;
  margin-left: auto;
  margin-right: auto;
}

/* MESSAGES (PAGES) */

.message_text_column_header h1 {
	margin-bottom: 0px;
}

.message_text_column {
	width: 247px;
	height: 439px;
	vertical-align: top;
}

.message_text_column_text { 
	width: 200px;
	height: 415px;
	padding-right: 0px;
	vertical-align: top;
}

.message_main_text {
	width: 185px;
	height: 415px;
	overflow: hidden;
}

.message_text_column_navigation { 
	width: 182px;
	height: 10px;
	padding-top: 9px;
	padding-right: 26px;
	vertical-align: top;
	text-align: right;
}

.message_media_column_media { 
	width: 500px;
	height: 439px;
	text-align: center;
	background-color: #FFFFFF;
}

.message_area_main {
	width: 520px;
	height: 439px;
}

.message_text_area_main {
	width: 200px;
	height: 391px;
}

.messageborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
}

.messages_editor_area {
	height: 24px;
	padding-right: 27px;
}

#message-media-box {
  position: relative;
  left: 0;
  top: 0;
  width: 560px;
  height: 439px;
}

#media-box {
  position: relative;
  left: 0;
  top: 0;
  width: 560px;
  height: 420px;
  overflow: hidden;
}

div.media-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 560px;
  height: 439px;
}

#media-description {
  position: absolute;
  left: 0;
  top: 424px;
  width: 400px;
  height: 20px;
  text-align: left;
}

#media-panel {
  position: absolute;
  left: 480px;
  top: 426px;
  width: 100px;
  height: 20px;
  text-align: left;
}

#media-paginate {
  position: absolute;
  right: 0px;
  top: 424px;
  width: 40px;
  height: 20px;
  text-align: right;
}

div.media-button {
  float: left;
  width: 9px;
  height: 9px;
  cursor: pointer;
  background-image: url(images/media_buttons.gif);
  margin-right: 4px;
}

#media-button-pause {
  background-position: 0 0;
}

#media-button-play {
  background-position: -9px 0;
}

#media-button-prev {
  background-position: -27px 0;
}

#media-button-next {
  background-position: -36px 0;
}

#mobile-link {
  position: absolute;
  text-align: right;
  left: 600px;
  top: 12px;
  width: 188px;
  height: 20px;
}